body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.header {
  position: relative;
}

.header>.container {
  height: 109px;
}

.header .navs {
  margin-left: auto;
}

.header .navs>ul>li>a {
  width: 109px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343434;
  font-size: 18px;
}

.header .navs>ul>li:hover>a,
.header .navs>ul>li>a.active {
  background: #01398C;
  color: #fff;
}

.header .navs>ul>li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, .61);
  display: none;
}

.header .navs>ul>li:hover .dropdown_menu {
  display: block;
}

.header .navs>ul>li:nth-child(2) .dropdown_menu .container {
  padding-left: 500px;
}

.header .navs>ul>li:nth-child(3) .dropdown_menu .container {
  padding-left: 610px;
}

.header .navs>ul>li:nth-child(4) .dropdown_menu .container {
  padding-left: 720px;
}

.header .navs>ul>li:nth-child(5) .dropdown_menu .container {
  padding-left: 540px;
}

.header .navs>ul>li:nth-child(6) .dropdown_menu .container {
  padding-left: 750px;
}

.header .navs>ul>li .dropdown_menu li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 18px 20px;
}

.header .search {
  position: relative;
  border-left: 1px solid #7D7D7D;
  padding-left: 25px;
  margin-left: 25px;
  cursor: pointer;
}

.header .search #search {
  position: absolute;
  top: 66px;
  right: -100px;
  z-index: 2;
  display: none;
}

.header .search #search.on {
  display: flex;
}

.header .search #search .boxCss,
.header .search #search .btnCss {
  border: 0;
}

.header .search #search .boxCss {
  width: 204px;
  height: 40px;
  padding: 0 5px;
  font-size: 14px;
  color: #666;
}

.header .search #search .btnCss {
  padding: 0 19.5px;
  background: #01398C;
  color: #fff;
}

.header .oa {
  margin-left: 25px;
}

.header .oa a {
  color: #4c4c4c;
  font-size: 16px;
  border: solid 1px #DDDDDD;
  border-radius: 5px;
  display: block;
  padding: 4px 6px;
}

.header .zbcg{
  margin-left: 25px;
}

.header .zbcg img{
  display: block;
  width: 40px;
}

.index_banner {
  position: relative;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 68px;
  height: 68px;
  background: rgba(0, 0, 0, .27);
  border-radius: 50%;
  color: #fff;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.index_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_title h3 {
  color: #000000;
  font-size: 36px;
}

.index_title span {
  width: 489px;
  height: 1px;
  background: #BFBFBF;
}

.index_main1 {
  padding-top: 65px;
}

.index_main1 .content .left {
  width: 577px;
}

.index_main1 .content {
  padding-top: 40px;
}

.index_main1 .content .left .swiper-slide .pic img {
  width: 100%;
  height: 329px;
}

.index_main1 .content .left .swiper-slide .tt {
  background: #E1E1E1;
  padding: 18px 15px;
}

.index_main1 .content .left .swiper-slide .tt h4 {
  color: #323232;
  font-size: 20px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main1 .content .left .swiper-pagination {
  width: auto;
  bottom: 23px;
  left: auto;
  right: 15px;
  display: flex;
}

.index_main1 .content .left .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #01398C;
}

.index_main1 .content .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #01398C;
}

.index_main1 .content .right {
  width: 590px;
}

.index_main1 .content .right .hd ul li {
  position: relative;
  cursor: pointer;
  padding-bottom: 6px;
}

.index_main1 .content .right .hd ul li.on {
  font-weight: bold;
}

.index_main1 .content .right .hd ul li.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 37px;
  height: 4px;
  background: #DB1341;
  border-radius: 5px;
}

.index_main1 .content .right .hd ul li a {
  color: #343434;
  font-size: 20px;
}

.index_main1 .content .right .hd ul span {
  color: #8e8e8e;
  font-size: 20px;
  margin: 0 10px;
}

.index_main1 .content .right .bd ul li {
  margin-top: 10px;
}

.index_main1 .content .right .bd ul li .tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_main1 .content .right .bd ul li .tt h4 {
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main1 .content .right .bd ul li .tt span {
  color: #989898;
  font-size: 16px;
}

.index_main1 .content .right .bd ul li:hover .tt h4 {
  color: #01398c;
}

.index_main1 .content .right .bd ul li p {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main2 {
  padding-top: 45px;
}

.index_main2 .content {
  margin-top: 40px;
  height: 389px;
}

.index_main2 .content .item {
  width: 20%;
  height: 100%;
}

.index_main2 .content .item a {
  display: block;
  height: 100%;
}

.index_main2 .content .item:nth-child(1) {
  width: 60%;
  height: 100%;
  background: url(../images/index_main2_img1.jpg) no-repeat center/cover;
}

.index_main2 .content .item:nth-child(2) {
  background: url(../images/index_main2_img3.jpg) no-repeat center/cover;
}

.index_main2 .content .item:nth-child(3) {
  background: url(../images/index_main2_img4.jpg) no-repeat center/cover;
}

.index_main2 .content .tt {
  text-align: center;
  padding-top: 60px;
}

.index_main2 .content .tt h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.index_main2 .content .tt span {
  display: block;
  margin: 10px auto 0;
  width: 33px;
  height: 4px;
  background: #fff;
}

.index_main2 .content .item .text {
  padding: 60px 15% 0;
  height: 100%;
  background: url(../images/index_main2_img2.jpg) no-repeat center/cover;
  display: none;
}

.index_main2 .content .item:nth-child(1) .text {
  width: 33%;
  padding: 60px 5% 0;
  margin-left: auto;
  background: url(../images/index_main2_img2.jpg) no-repeat center/cover;
}

.index_main2 .content .item.on .text {
  display: block;
}

.index_main2 .content .item .text h4 {
  color: #000000;
  font-size: 28px;
}

.index_main2 .content .item .text p {
  color: #393939;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.index_main2 .content .item:hover .text h4,
.index_main2 .content .item:hover .text p {
  color: #01398C;
}

.index_main2 .content .item .text i {
  color: #000000;
  font-size: 24px;
  font-family: "宋体";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #000000;
  margin-top: 35px;
}

.index_main2 .content .item:hover .text i {
  color: #E60012;
  border-color: #E60012;
}

.index_main3 {
  padding-top: 45px;
  padding-bottom: 60px;
}

.index_main3 .item {
  width: 566px;
}

.index_main3 .item .title h3 {
  color: #000000;
  font-size: 36px;
}

.index_main3 .item .tab {
  margin-top: 15px;
}

.index_main3 .item .tab .hd ul li {
  position: relative;
  cursor: pointer;
  padding-bottom: 6px;
}

.index_main3 .item .tab .hd ul li.on {
  font-weight: bold;
}

.index_main3 .item .tab .hd ul li.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 37px;
  height: 4px;
  background: #DB1341;
  border-radius: 5px;
}

.index_main3 .item .tab .hd ul li a {
  color: #343434;
  font-size: 20px;
}

.index_main3 .item .tab .hd ul span {
  color: #8e8e8e;
  font-size: 20px;
  margin: 0 10px;
}

.index_main3 .item .tab .hd ul .more {
  margin-left: auto;
  color: #343434;
  font-size: 18px;
}

.index_main3 .item .tab .bd {
  padding-top: 7px;
}

.index_main3 .item .tab .bd ul li {
  margin-top: 10px;
}

.index_main3 .item .tab .bd ul li a {
  display: block;
  height: 103px;
  background: #EEEEEE;
  padding: 13px 25px;
}

.index_main3 .item .tab .bd ul li:hover a {
  background: #D71618;
}

.index_main3 .item .tab .bd ul li .tt {
  display: flex;
  justify-content: space-between;
}

.index_main3 .item .tab .bd ul li .tt h4 {
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main3 .item .tab .bd ul li .tt span {
  color: #4c4c4c;
  font-size: 16px;
}

.index_main3 .item .tab .bd ul li p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main3 .item .tab .bd ul li:hover .tt h4,
.index_main3 .item .tab .bd ul li:hover .tt span,
.index_main3 .item .tab .bd ul li:hover p {
  color: #fff;
}

.footer_line img {
  width: 100%;
  display: block;
}

.footer {
  background: #EEEEEE;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer .logo {
  padding-top: 15px;
}

.footer .infos {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 36px;
}

.footer .links h4 {
  color: #4e4e4e;
  font-size: 16px;
}

.footer .links select {
  display: block;
  margin: 8px 0;
  width: 265px;
  height: 31px;
  border: solid 1px #7D7D7D;
  text-align: center;
  font-size: 14px;
}

.footer .links select option {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 31px;
}

.footer .erweima p {
  color: #4e4e4e;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

.bottom {
  text-align: center;
  background: #DCDCDC;
}

.bottom p {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 56px;
}

.bottom p br {
  display: none;
}

.bottom p a {
  color: #4e4e4e;
}

.right_fixed {
  position: fixed;
  top: 30%;
  right: 0%;
  z-index: 999;
}

.right_fixed ul li {
  position: relative;
  width: 97px;
  text-align: center;
  padding: 30px 0;
  background: #01398C;
  border-top: 1px solid #DCDCDC;
  cursor: pointer;
}

.right_fixed ul li .hover {
  position: absolute;
  top: 0;
  right: 100%;
  display: none;
}

.right_fixed ul li:hover .hover {
  display: block;
}

.right_fixed ul li:hover {
  background: #01398C;
}

.right_fixed ul li:nth-child(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 0;
}

.right_fixed ul li:nth-child(3) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.right_fixed ul li p {
  font-size: 14px;
  color: #ffffff;
  padding-top: 5px;
}

.nybanner img {
  width: 100%;
  display: block;
}

.crumb {
  background: #F5F5F5;
}

.crumb .container {
  height: 60px;
}

.crumb .left img {
  margin-right: 10px;
}

.crumb .left a {
  color: #666666;
  font-size: 14px;
}

.crumb .left span {
  margin: 0 5px;
  color: #666666;
  font-size: 14px;
}

.crumb .right ul li {
  height: 100%;
}

.crumb .right ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  color: #333333;
  font-size: 16px;
  padding: 0 25px;
}

.crumb .right ul li a.cur,
.crumb .right ul li a:hover {
  background: #E30113;
  height: 80px;
  top: -10px;
}

.crumb .right ul li a.cur,
.crumb .right ul li:hover a {
  color: #fff;
}

.crumb .right ul li a.cur::before,
.crumb .right ul li a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  border-top: solid 10px transparent;
  border-left: 10px solid #E30113;
}

.crumb .right ul li a.cur::after,
.crumb .right ul li a:hover::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  border: solid 18px transparent;
  border-top-color: #E30113;
}

.nypage {
  padding: 80px 0;
}

.nypage .content {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}

.nypage .content img {
  max-width: 100%;
  height: auto !important;
}

.nypage_contact {
  padding: 80px 0;
}

.nypage_contact .infos .left p {
  color: #333333;
  font-size: 18px;
  line-height: 48px;
}

.nypage_contact .infos .left p img {
  padding-right: 15px;
}

.nypage_contact .infos .right {
  text-align: center;
}

.nypage_contact .infos .right img {
  border: solid 1px #DDDDDD;
}

.nypage_contact .infos .right p {
  color: #4e4e4e;
  font-size: 16px;
  padding-top: 5px;
}

.nypage_contact #map {
  margin-top: 40px;
}

.nylist {
  padding: 80px 0;
}

.nylist .rec .left {
  width: 580px;
}

.nylist .rec .left .swiper-slide .pic {
  overflow: hidden;
}

.nylist .rec .left .swiper-slide .pic img {
  width: 100%;
  height: 397px;
  transition: all .5s;
}

.nylist .rec .left .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.nylist .rec .left .swiper-slide .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
}

.nylist .rec .left .swiper-slide .tt h4 {
  width: 80%;
  color: #fefefe;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 66px;
  line-height: 66px;
  padding: 0 15px;
}

.nylist .rec .left .swiper-pagination {
  left: auto;
  right: 15px;
  bottom: 27px;
  display: flex;
  width: auto;
}

.nylist .rec .left .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: solid 2px #01398C;
  background: transparent;
  width: 12px;
  height: 12px;
}

.nylist .rec .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0;
  background: #E30314;
}

.nylist .rec .right {
  width: 580px;
}

.nylist .rec .right ul li {
  margin-top: 30px;
}

.nylist .rec .right ul li:nth-child(1) {
  margin-top: 0;
}

.nylist .rec .right ul li .tt h4 {
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .rec .right ul li:hover .tt h4,
.nylist .rec .right ul li:hover .tt span {
  color: #01398c;
}

.nylist .rec .right ul li .tt span {
  color: #989898;
  font-size: 16px;
}

.nylist .rec .right ul li p {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.nylist .content ul li {
  margin-top: 35px;
  box-shadow: rgba(0, 0, 0, .15) 0 0 5px 0;
  transition: all .5s;
}

.nylist .content ul li:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 0 20px 0;
}

.nylist .content ul li a {
  padding: 20px;
}

.nylist .content ul li .pic {
  width: 217px;
}

.nylist .content ul li .pic img {
  width: 100%;
  height: 174px;
}

.nylist .content ul li .text {
  width: 893px;
  margin-left: auto;
}

.nylist .content ul li .text .tt {
  margin-top: 10px;
}

.nylist .content ul li .text .tt h4 {
  color: #333333;
  font-size: 22px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nylist .content ul li .text .tt span {
  color: #666666;
  font-size: 22px;
  font-family: arial;
}

.nylist .content ul li:hover .text .tt h4,
.nylist .content ul li:hover .text .tt span {
  color: #01398c;
}

.nylist .content ul li .text .desc {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 20px;
}

.nylist .content ul li .text .more {
  margin-top: 20px;
}

.nylist .content ul li .text .more span {
  color: #999999;
  font-size: 14px;
  padding-right: 10px;
}

.pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  font-size: 20px;
}

.pages span:first-child a,
.pages span:last-child a {
  font-family: "宋体";
}

.pages span {
  margin: 0 9px;
}

.pages span a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ECECEC;
  border-radius: 50%;
  font-size: 20px;
  font-family: arial;
}

.pages span a:hover {
  background: #01398C;
  color: #fff;
}

.pages .p_n1 {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #01398C;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-family: arial;
}

.search_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.search_pages a {
  display: block;
  padding: 5px 15px;
  margin: 0 5px;
  text-align: center;
  background: #ECECEC;
  font-size: 20px;
  color: #333;
  font-family: arial;
}

.search_pages a:nth-child(2),
.search_pages a:last-child {
  font-family: "宋体";
}

.search_pages span {
  display: block;
  padding: 5px 15px;
  margin: 0 5px;
  background: #01398C;
  color: #fff;
  font-size: 20px;
}

.nyshow {
  padding: 80px 0;
}

.nyshow .title {
  text-align: center;
  color: #333333;
  font-size: 30px;
}

.nyshow .infos {
  color: #666666;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.nyshow .content {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 35px;
  text-align: justify;
}

.nyshow .content img {
  max-width: 650px;
}

.nyshow .content span{
  text-wrap: wrap !important;
}

.nyshow .prev_next {
  border-top: solid 1px #D7D7D7;
  margin-top: 80px;
  padding-top: 20px;
}

.nyshow .prev_next ul li a {
  color: #333333;
  font-size: 16px;
}

.nyshow .prev_next ul li a img {
  padding-right: 15px;
}

.page_about {
  padding-bottom: 80px;
}

.page_about .content {
  padding: 80px 0;
  background: url(../images/page_about_bg.jpg) no-repeat center/cover;
  color: #343434;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.page_about .content p {
  color: #343434;
  font-size: 18px;
  line-height: 1.8;
}

.page_about .content img,
.page_about .content video {
  max-width: 100%;
}

.numCount {
  display: flex;
  align-items: center;
  background: url(../images/numCount_bg.jpg) no-repeat center/cover;
  height: 301px;
}

.numCount ul li {
  color: #fff;
}

.numCount ul li .numCX {
  font-size: 72px;
  margin-right: 10px;
}

.numCount ul li .numX {
  font-size: 36px;
  position: relative;
  top: -38px;
}

.numCount ul li .numC {
  font-size: 18px;
}

.numCount ul li .indc {
  font-size: 18px;
  padding-left: 5px;
}

.numCount ul hr {
  border: 0;
  width: 1px;
  height: 135px;
  background: rgba(255, 255, 255, .4);
  margin-top: 0;
  margin-bottom: 0;
}

.list_gstz {
  padding: 80px 0;
}

.list_gstz .content ul li {
  border-bottom: solid 1px #DEDEDE;
  padding: 34px 0;
}

.list_gstz .content ul li .text {
  width: 996px;
}

.list_gstz .content ul li .tt h4 {
  width: 805px;
  color: #333333;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_gstz .content ul li:hover .tt h4,
.list_gstz .content ul li:hover .tt span {
  color: #01398c;
}

.list_gstz .content ul li .tt span {
  color: #333333;
  font-size: 22px;
}

.list_gstz .content ul li .desc {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.list_gstz .content ul li .icon {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.list_gstz .content ul li .icon .bi {
  color: #C5C5C5;
  font-size: 19px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: solid 1px #C5C5C5;
  border-radius: 50%;
}

.list_gstz .content ul li:hover .icon .bi {
  color: #01398c;
  border-color: #01398c;
}

.category_qydj {
  padding: 80px 0;
}

.category_qydj .main1 .content {
  margin-top: 20px;
}

.category_qydj .main1 .content ul li {
  width: 595px;
  margin-top: 10px;
}

.category_qydj .main1 .content ul li:nth-child(2n) {
  margin-left: auto;
}

.category_qydj .main1 .content ul li a {
  display: block;
  height: 103px;
  background: #EEEEEE;
  padding: 13px 25px;
}

.category_qydj .main1 .content ul li:hover a {
  background: #E60012;
}

.category_qydj .main1 .content ul li .tt {
  display: flex;
  justify-content: space-between;
}

.category_qydj .main1 .content ul li .tt h4 {
  color: #343434;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category_qydj .main1 .content ul li .tt span {
  color: #4c4c4c;
  font-size: 16px;
}

.category_qydj .main1 .content ul li p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.category_qydj .main1 .content ul li:hover .tt h4,
.category_qydj .main1 .content ul li:hover .tt span,
.category_qydj .main1 .content ul li:hover p {
  color: #fff;
}

.qydj_title {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
}

.qydj_title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 81px;
  height: 2px;
  background: #E60012;
}

.qydj_title a {
  color: #e60012;
  font-size: 20px;
  font-weight: bold;
}

.category_qydj .main2 {
  margin-top: 45px;
}

.category_qydj .main2 .item {
  width: 577px;
}

.category_qydj .main2 .item img {
  width: 100%;
  display: block;
  margin-top: 25px;
}

.category_qydj .main2 .item ul li {
  margin-top: 15px;
}

.category_qydj .main2 .item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category_qydj .main2 .item ul li h4 {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343434;
  font-size: 16px;
}

.category_qydj .main2 .item ul li span {
  color: #666666;
  font-size: 14px;
}

.category_qydj .main3 {
  margin-top: 45px;
}

.category_qydj .main3 .content {
  margin-top: 25px;
}

.category_qydj .main3 .content ul li {
  width: 392px;
}

.category_qydj .main3 .content ul li img {
  width: 100%;
}

.right_fixed2 {
  position: fixed;
  top: 50%;
  right: 26px;
  z-index: 99;
}

.right_fixed2 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 118px;
  height: 114px;
  background: #E60012;
  border-radius: 5px;
}

.right_fixed2 ul li p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}

.list_cydw {
  padding: 80px 0;
}

.subnav {
  margin-bottom: 30px;
}

.subnav ul li {
  margin: 0 10px;
}

.subnav ul li a {
  display: block;
  border: solid 1px #ccc;
  padding: 10px 25px;
  color: #333;
  font-size: 16px;
}

.subnav ul li a.cur {
  background: #01398C;
  border-color: #01398C;
  color: #fff;
}

.list_cydw .content ul li {
  position: relative;
  margin-top: 56px;
}

.list_cydw .content ul li:nth-child(1) {
  margin-top: 0;
}

.list_cydw .content ul li .pic {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 374px;
  height: 494px;
}

.list_cydw .content ul li .pic img {
  width: 100%;
  height: 100%;
}

.list_cydw .content ul li .text {
  width: 988px;
  background: #EEF6FF;
  padding-top: 80px;
  padding-left: 253px;
  padding-right: 65px;
  padding-bottom: 58px;
}

.list_cydw .content ul li .text .tt {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  border-left: solid 12px #E30113;
  padding-left: 15px;
}

.list_cydw .content ul li .text .con {
  height: 389px;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  margin-top: 35px;
  overflow-y: auto;
  text-align: justify;
}

.list_cydw .content ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.list_cydw .content ul li:nth-child(even) .pic {
  left: auto;
  right: 25px;
}

.list_cydw .content ul li:nth-child(even) .text {
  padding-right: 253px;
  padding-left: 65px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 3px;
  background: #669ECF;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background: #DBDBDB;
}

.nytitle {
  margin-bottom: 50px;
  text-align: center;
}

.nytitle h4 {
  color: #333;
  font-size: 26px;
  font-weight: bold;
}

.nytitle span {
  display: block;
  color: #999;
  font-size: 16px;
  padding-top: 10px;
}

@media(min-width:1230px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:1229px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 95%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: .25rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 4rem;
  }

  .m_header .index_logo img {
    max-width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu i {
    font-size: .8rem;
    color: #1a478b;
  }

  .side-box {
    position: fixed;
    top: 0rem;
    width: 7.5rem;
    right: -7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 7rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 .025rem 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #1a478b;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: .075rem;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .5rem .75rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 .375rem 0 .025rem;
    line-height: 1.75rem;
    font-size: .55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .6rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: .75rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: .15rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: .3rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 99.975rem;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 1.9rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: .5rem;
    height: .1rem;
    margin-left: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: .1rem;
    height: .5rem;
    margin-top: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: .025rem 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 .025rem 0;
    list-style: none;
    padding: 0;
    border-bottom: solid .025rem #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: .25rem .75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .55rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #1a478b;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: .025rem 0 0 0;
    margin: 0 .75rem;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: .025rem;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: .025rem solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -0.025rem;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: .7rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: .1rem .1rem 0 .1rem;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .oa {
    margin-left: auto;
  }

  .oa a {
    color: #4c4c4c;
    font-size: .55rem;
    border: solid 1px #DDDDDD;
    border-radius: .125rem;
    display: block;
    padding: .1rem .15rem;
    margin: 0 .75rem;
  }

  .zbcg{
    margin-right: 1rem;
  }

  .zbcg img{
    display: block;
    width: 1rem;
  }

  html {
    font-size: 30px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 1.7rem;
    height: 1.7rem;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: .5rem;
  }

  .index_main1 {
    padding-top: 1.625rem;
  }

  .index_title h3 {
    font-size: .9rem;
  }

  .index_title span {
    width: 30%;
  }

  .index_main1 .content {
    padding-top: 1rem;
    flex-wrap: wrap;
  }

  .index_main1 .content .left {
    width: 100%
  }

  .index_main1 .content .left .swiper-slide .pic img {
    height: 8.225rem;
  }

  .index_main1 .content .left .swiper-slide .tt {
    padding: .45rem .375rem;
  }

  .index_main1 .content .left .swiper-slide .tt h4 {
    width: 65%;
    font-size: .55rem;
  }

  .index_main1 .content .left .swiper-pagination {
    bottom: .5rem;
    right: .25rem;
  }

  .index_main1 .content .right {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main1 .content .right .hd ul li {
    font-size: .5rem;
  }

  .index_main1 .content .right .hd ul li a {
    font-size: .55rem;
  }

  .index_main1 .content .right .bd ul li .tt h4 {
    font-size: .55rem;
  }

  .index_main1 .content .right .bd ul li .tt span {
    flex-shrink: 0;
    font-size: .45rem;
  }

  .index_main1 .content .right .bd ul li p {
    font-size: .45rem;
    line-height: .6rem;
    padding-top: .125rem;
  }

  .index_main2 {
    padding-top: 1.125rem;
  }

  .index_main2 .content {
    margin-top: 1rem;
    height: auto;
    flex-wrap: wrap;
  }

  .index_main2 .content .item {
    width: 100%;
    height: 7rem;
  }

  .index_main2 .content .item .text {
    display: block;
    width: 50%;
    padding: .5rem 3% 0;
  }

  .index_main2 .content .item:nth-child(1) {
    width: 100%;
    height: 8rem;
  }

  .index_main2 .content .item:nth-child(1) .text {
    width: 50%;
    padding: .5rem 3% 0;
  }

  .index_main2 .content .item:nth-child(3) .text {
    margin-left: auto;
  }

  .index_main2 .content .item .text h4 {
    font-size: .6rem;
  }

  .index_main2 .content .item .text p {
    font-size: .45rem;
    line-height: .75rem;
    margin-top: .75rem;
  }

  .index_main2 .content .item .text i {
    font-size: .6rem;
    width: .75rem;
    height: .75rem;
    line-height: .75rem;
    margin-top: .875rem;
  }

  .index_main3 {
    padding-top: 1.125rem;
    padding-bottom: 1.5rem;
  }

  .index_main3>.container {
    flex-wrap: wrap;
  }

  .index_main3 .item {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main3 .item .title h3 {
    font-size: .9rem;
  }

  .index_main3 .item .tab {
    margin-top: .375rem;
  }

  .index_main3 .item .tab .hd ul li {
    padding-bottom: .15rem;
    font-size: .5rem;
  }

  .index_main3 .item .tab .hd ul li a {
    font-size: .6rem;
  }

  .index_main3 .item .tab .hd ul span {
    font-size: .5rem;
    margin: 0 .25rem;
  }

  .index_main3 .item .tab .hd ul .more {
    font-size: .45rem;
    display: none;
  }

  .index_main3 .item .tab .bd {
    padding-top: .175rem;
  }

  .index_main3 .item .tab .bd ul li {
    margin-top: .25rem;
  }

  .index_main3 .item .tab .bd ul li a {
    height: auto;
    padding: .325rem .625rem;
  }

  .index_main3 .item .tab .bd ul li .tt h4 {
    font-size: .55rem;
  }

  .index_main3 .item .tab .bd ul li .tt span {
    font-size: .45rem;
    flex-shrink: 0;
  }

  .index_main3 .item .tab .bd ul li p {
    font-size: .45rem;
    line-height: .6rem;
    padding-top: .125rem;
  }

  .footer {
    padding: .5rem 0;
  }

  .footer>.container {
    flex-wrap: wrap;
  }

  .footer .logo {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .footer .infos {
    width: 100%;
    text-align: center;
    padding: .5rem 0;
    font-size: .45rem;
    line-height: .9rem;
  }

  .footer .links {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer .links>div {
    width: 49%;
  }

  .footer .links h4 {
    font-size: .55rem;
  }

  .footer .links select {
    margin: .2rem 0;
    width: 100%;
    height: .775rem;
    font-size: .45rem;
  }

  .footer .links select option {
    font-size: .45rem;
    line-height: .775rem;
  }

  .footer .erweima {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: .5rem;
  }

  .footer .erweima img {
    width: 4rem;
  }

  .footer .erweima p {
    font-size: .45rem;
    padding-top: .25rem;
  }

  .bottom {
    padding: .5rem 0;
  }

  .bottom p {
    font-size: .4rem;
    line-height: 1.5;
  }

  .bottom p br {
    display: block;
  }

  .right_fixed {
    display: none;
  }

  .right_fixed ul li {
    display: none;
    width: 3rem;
    padding: .75rem 0;
  }

  .right_fixed ul li p {
    font-size: .35rem;
    padding-top: .125rem;
  }

  .crumb .container {
    height: 1.5rem;
  }

  .crumb .left {
    display: none !important;
  }

  .crumb .right ul li a {
    height: 1.5rem;
    font-size: .55rem;
    padding: .5rem .25rem;
  }

  .crumb .right ul li a.cur,
  .crumb .right ul li a:hover {
    background: #E30113;
    height: 2rem;
    top: -.25rem;
  }

  .crumb .right ul li a.cur::before,
  .crumb .right ul li a:hover::before {
    border-top: solid .25rem transparent;
    border-left: .25rem solid #E30113;
  }

  .crumb .right ul li a.cur::after,
  .crumb .right ul li a:hover::after {
    bottom: -.7rem;
    left: 50%;
    border: solid .45rem transparent;
    border-top-color: #E30113;
  }

  .nypage {
    padding: 2rem 0;
  }

  .nypage .content {
    font-size: .45rem;
  }

  .page_about {
    padding-bottom: 2rem;
  }

  .page_about .content {
    padding: 2rem 0;
    background: url(../images/page_about_bg.jpg) no-repeat center/cover;
    color: #343434;
    font-size: 0.35rem;
    line-height: 0.75rem;
    text-align: justify;
  }

  .page_about .content p {
    font-size: .45rem;
  }

  .page_about .content img,
  .page_about .content video {
    max-width: 100%;
  }

  .mnumCount {
    display: block;
    align-items: center;
    background: url(../images/numCount_bg.jpg) no-repeat top;
    height: auto;
  }

  .mnumCount ul {
    display: block;
    overflow: hidden;
  }

  .mnumCount ul li {
    float: left;
    height: 3.5rem;
    color: #fff;
    margin-bottom: 0.3rem;
  }

  .mnumCount ul li .mnumCX {
    font-size: 1.5rem;
    margin-right: 0.25rem;
  }

  .mnumCount ul li .numX {
    font-size: 0.9rem;
    position: relative;
    top: -0.95rem;
  }

  .mnumCount ul li .numC {
    font-size: 0.45rem;
  }

  .mnumCount ul li .indc {
    font-size: 0.45rem;
    padding-left: 0.125rem;
  }

  .mnumCount ul hr {
    float: left;
    border: 0;
    width: 0.025rem;
    height: 3.375rem;
    background: rgba(255, 255, 255, .4);
    margin: 0 0rem;
  }

  .nytitle {
    margin-bottom: .5rem;
    text-align: center;
  }

  .nytitle h4 {
    color: #333;
    font-size: 0.65rem;
    font-weight: bold;
  }

  .nytitle span {
    display: block;
    color: #999;
    font-size: 0.4rem;
    padding-top: 0.25rem;
  }

  .list_cydw {
    padding: 2rem 0;
  }

  .subnav {
    margin-bottom: .75rem;
  }

  .subnav ul li {
    margin: 0 .25rem;
  }

  .subnav ul li a {
    padding: .25rem .625rem;
    font-size: .4rem;
  }

  .list_cydw .content ul li {
    display: block !important;
    position: relative;
    margin-top: 1.4rem;
  }

  .list_cydw .content ul li:nth-child(1) {
    margin-top: 0;
  }

  .list_cydw .content ul li .bg {
    display: none;
  }

  .list_cydw .content ul li .pic {
    display: block;
    overflow: hidden;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .list_cydw .content ul li .pic img {
    width: 100%;
    height: 100%;
  }

  .list_cydw .content ul li .text {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #EEF6FF;
    padding-top: 1.4rem;
    padding-left: 0rem;
    padding-right: 0;
    padding-bottom: 1.45rem;
  }

  .list_cydw .content ul li .text .tt {
    display: block;
    overflow: hidden;
    color: #333333;
    margin-left: 0.3rem;
    font-size: 0.75rem;
    font-weight: bold;
    border-left: solid 0.3rem #E30113;
    padding-left: 0.375rem;
  }

  .list_cydw .content ul li .text .con {
    display: block;
    height: auto;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    overflow: hidden;
    color: #333333;
    font-size: 0.5rem;
    line-height: 0.9rem;
    margin-top: 0.85rem;
    overflow-y: auto;
    text-align: justify;
  }

  .list_cydw .content ul li:nth-child(even) {
    flex-direction: row-reverse;
  }

  .list_cydw .content ul li:nth-child(even) .pic {
    left: auto;
    right: 0;
  }

  .list_cydw .content ul li:nth-child(even) .text {
    padding-right: 0;
    padding-left: 0;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 0.075rem;
    background: #669ECF;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    width: 0.075rem;
    background: #DBDBDB;
  }

  .nylist {
    padding: 2rem 0;
  }

  .nylist .rec {
    flex-wrap: wrap;
  }

  .nylist .rec .left {
    width: 100%;
  }

  .nylist .rec .left .swiper-slide .pic img {
    height: 9.925rem;
  }

  .nylist .rec .left .swiper-slide .tt h4 {
    font-size: .55rem;
    height: 1.65rem;
    line-height: 1.65rem;
    padding: 0 .375rem;
  }

  .nylist .rec .left .swiper-pagination {
    right: .375rem;
    bottom: .675rem;
  }

  .nylist .rec .right {
    width: 100%;
    margin-top: .5rem;
  }

  .nylist .rec .right ul li {
    margin-top: .5rem;
  }

  .nylist .rec .right ul li .tt h4 {
    font-size: .55rem;
  }

  .nylist .rec .right ul li .tt span {
    font-size: .45rem;
  }

  .nylist .rec .right ul li p {
    font-size: .45rem;
    line-height: .6rem;
    padding-top: .125rem;
  }

  .nylist .content {
    margin-top: 1rem;
  }

  .nylist .content ul li {
    margin-top: .875rem;
  }

  .nylist .content ul li a {
    flex-wrap: wrap;
    padding: .5rem;
  }

  .nylist .content ul li .pic {
    width: 100%;
  }

  .nylist .content ul li .pic img {
    height: 6.25rem;
  }

  .nylist .content ul li .text {
    width: 100%;
  }

  .nylist .content ul li .text .tt {
    margin-top: .25rem;
  }

  .nylist .content ul li .text .tt h4 {
    font-size: .55rem;
  }

  .nylist .content ul li .text .tt span {
    font-size: .45rem;
    flex-shrink: 0;
  }

  .nylist .content ul li .text .desc {
    font-size: .45rem;
    margin-top: .5rem;
  }

  .nylist .content ul li .text .more {
    display: none;
  }

  .pages {
    margin-top: 2rem;
    font-size: .5rem;
  }

  .pages span {
    margin: 0 .225rem;
  }

  .pages .p_n1 {
    width: .875rem;
    height: .875rem;
    line-height: .875rem;
    font-size: .5rem;
  }

  .pages span a {
    width: .875rem;
    height: .875rem;
    line-height: .875rem;
    font-size: .5rem;
  }

  .nyshow {
    padding: 2rem 0;
  }

  .nyshow .title {
    font-size: .6rem;
  }

  .nyshow .infos {
    font-size: .4rem;
    padding-top: .25rem;
    padding-bottom: .5rem;
  }

  .nyshow .content {
    font-size: .4rem;
    margin-top: .875rem;
  }

  .nyshow .content img {
    max-width: 100%;
  }

  .nyshow .prev_next {
    margin-top: 2rem;
    padding-top: .5rem;
  }

  .nyshow .prev_next ul {
    flex-wrap: wrap;
  }

  .nyshow .prev_next ul li {
    width: 100%;
    font-size: .4rem;
    margin-top: .5rem;
  }

  .nyshow .prev_next ul li:nth-child(1) {
    margin-top: 0;
  }

  .nyshow .prev_next ul li a {
    font-size: .4rem;
  }

  .nyshow .prev_next ul li a img {
    padding-right: .375rem;
  }

  .category_qydj {
    padding: 1.4rem 0;
  }

  .qydj_title a {
    font-size: .6rem;
  }

  .qydj_title {
    font-size: .6rem;
  }

  .qydj_title::after {
    width: 2.025rem;
    height: .05rem;
  }

  .category_qydj .main1 .content {
    margin-top: .5rem;
  }

  .category_qydj .main1 .content ul li {
    width: 100%;
    margin-top: .25rem;
  }

  .category_qydj .main1 .content ul li a {
    height: auto;
    padding: .325rem .625rem;
  }

  .category_qydj .main1 .content ul li .tt h4 {
    width: 75%;
    font-size: .55rem;
  }

  .category_qydj .main1 .content ul li .tt span {
    font-size: .45rem;
  }

  .category_qydj .main1 .content ul li p {
    font-size: .45rem;
    line-height: .6rem;
    padding-top: .125rem;
  }

  .category_qydj .main2 {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .category_qydj .main2 .item {
    width: 100%;
    margin-top: .5rem;
  }

  .category_qydj .main2 .item img {
    margin-top: .625rem;
  }

  .category_qydj .main2 .item ul li {
    margin-top: .375rem;
  }

  .category_qydj .main2 .item ul li h4 {
    font-size: .55rem;
  }

  .category_qydj .main2 .item ul li span {
    font-size: .45rem;
  }

  .category_qydj .main3 {
    margin-top: .5rem;
  }

  .category_qydj .main3 .content {
    margin-top: .625rem;
  }

  .category_qydj .main3 .content ul li {
    width: 32%;
  }

  .right_fixed2 {
    display: none;
  }

  .nypage_contact {
    padding: 2rem 0;
  }

  .nypage_contact .infos {
    flex-wrap: wrap;
  }

  .nypage_contact .infos .left {
    width: 100%;
  }

  .nypage_contact .infos .left p {
    color: #333333;
    font-size: 0.45rem;
    line-height: 1.2rem;
  }

  .nypage_contact .infos .left p img {
    padding-right: 0.375rem;
  }

  .nypage_contact .infos .right {
    margin-top: 0.5rem;
    text-align: center;
  }

  .nypage_contact .infos .right img {
    border: solid 0.025rem #DDDDDD;
  }

  .nypage_contact .infos .right p {
    color: #4e4e4e;
    font-size: 0.4rem;
    padding-top: 0.15rem;
  }

  .nypage_contact #map {
    margin-top: 1rem;
  }

  .list_gstz {
    padding: 1.4rem 0;
  }

  .list_gstz .content ul li {
    border-bottom: solid 0.025rem #DEDEDE;
    padding: 0.85rem 0;
  }

  .list_gstz .content ul li .text {
    width: 100%;
  }

  .list_gstz .content ul li .tt {
    display: block !important;
  }

  .list_gstz .content ul li .tt h4 {
    display: block;
    width: 100%;
    color: #333333;
    font-size: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .list_gstz .content ul li:hover .tt h4,
  .list_gstz .content ul li:hover .tt span {
    color: #01398c;
  }

  .list_gstz .content ul li .tt span {
    display: block;
    overflow: hidden;
    color: #333333;
    margin-top: 0.2rem;
    font-size: .45rem;
  }

  .list_gstz .content ul li .desc {
    color: #666666;
    font-size: .45rem;
    line-height: 0.6rem;
    padding-top: 0.125rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }

  .list_gstz .content ul li .icon {
    display: none;
    align-items: center;
    margin-left: auto;
  }

  .pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 1.4rem;
    font-size: 0.5rem;
  }

  .pages span:first-child a,
  .pages span:last-child a {
    font-family: "宋体";
  }

  .pages span {
    margin: 0 0.225rem;
  }

  .pages span a {
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    line-height: 0.875rem;
    text-align: center;
    background: #ECECEC;
    border-radius: 50%;
    font-size: 0.5rem;
    font-family: arial;
  }

  .pages span a:hover {
    background: #01398C;
    color: #fff;
  }

  .pages .p_n1 {
    width: 0.875rem;
    height: 0.875rem;
    line-height: 0.875rem;
    text-align: center;
    background: #01398C;
    border-radius: 50%;
    color: #fff;
    font-size: 0.5rem;
    font-family: arial;
  }
}